Fix a few problems with nested menus in comboboxes (#386694, Yevgen
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 Dec 2006 06:12:53 +0000 (06:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 27 Dec 2006 06:12:53 +0000 (06:12 +0000)
commit264e9c0ce11839b41859de1ef720b68374b6f850
tree1561d3db72162e63f4eed1b608608c92203b5821
parent0b0746e44d176ed6eb839257cc3cb9b6065a9978
Fix a few problems with nested menus in comboboxes (#386694, Yevgen

2006-12-17  Matthias Clasen  <mclasen@redhat.com>

        Fix a few problems with nested menus in comboboxes
        (#386694, Yevgen Muntyan)

        * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
        connect the activate callback.
        (gtk_combo_box_menu_item_activate): Do nothing if called on
        an item with a submenu.
        (gtk_combo_box_menu_row_deleted): Remove a submenu when it
        is empty.
ChangeLog
gtk/gtkcombobox.c